projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
399b53c
)
85xx: Add UART1 support for MPC8569MDS
author
Haiying Wang
<
[email protected]
>
Wed, 20 May 2009 16:30:33 +0000
(12:30 -0400)
committer
Kumar Gala
<
[email protected]
>
Fri, 12 Jun 2009 05:11:10 +0000
(
00:11
-0500)
MPC8569 UART1 signals are muxed with PortF bit[9-12], we need to define
those pins before using UART1.
Signed-off-by: Haiying Wang <
[email protected]
>
Signed-off-by: Kumar Gala <
[email protected]
>
board/freescale/mpc8569mds/mpc8569mds.c
patch
|
blob
|
history
diff --git
a/board/freescale/mpc8569mds/mpc8569mds.c
b/board/freescale/mpc8569mds/mpc8569mds.c
index 129c58c5f73477422d8a87697f119d87a6cf794b..7e6cfb737332d93e493c39db689ea5788cb528bd 100644
(file)
--- a/
board/freescale/mpc8569mds/mpc8569mds.c
+++ b/
board/freescale/mpc8569mds/mpc8569mds.c
@@
-77,6
+77,12
@@
const qe_iop_conf_t qe_iop_conf_tab[] = {
{2, 3, 2, 0, 1}, /* ENET2_GRXCLK */
{2, 2, 1, 0, 2}, /* ENET2_GTXCLK */
+ /* UART1 is muxed with QE PortF bit [9-12].*/
+ {5, 12, 2, 0, 3}, /* UART1_SIN */
+ {5, 9, 1, 0, 3}, /* UART1_SOUT */
+ {5, 10, 2, 0, 3}, /* UART1_CTS_B */
+ {5, 11, 1, 0, 2}, /* UART1_RTS_B */
+
{0, 0, 0, 0, QE_IOP_TAB_END} /* END of table */
};